home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Various / DevDisk 65 (1989)(DevWare PD).zip / DevDisk 65 (1989)(DevWare PD).adf / starsrc / stars.readme < prev   
Text File  |  1990-07-11  |  1KB  |  39 lines

  1.     How to make this beastie:
  2.  
  3.     This has been written for the Manx C compiler and assembler.
  4. Conversion to Lettuce C should be trivial, although I haven't tried it.
  5. The following commands make the program (look, ma, no 32-bit ints!):
  6.  
  7. 1> cc stars.c
  8. 1> as rnd.s
  9. 1> ln stars.o rnd.o -lc -o stars
  10.  
  11. --------
  12.     Usage:
  13.  
  14. SYNOPSIS
  15.     stars {magic} {warpfactor}
  16.  
  17. DESCRIPTION
  18.     MAGIC is a magic number that controls the field of view.  The
  19. smaller the number, the wider the field of view.  Default is 256.
  20. Anything below 50 looks kinda ridiculous.
  21.  
  22.     WARPFACTOR is the speed at which stars come at you.  Default speed
  23. is three.
  24. --------
  25.  
  26.     I hope you enjoy spacing out on this :-)!
  27.  
  28. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  29.  ________                ___
  30.            \            /___--__                Leo L. Schwab
  31.   ___  ___ /\               ---##\              ihnp4!ptsfa!well!ewhac
  32.       /   X  \_____    |  __ _---))                      ..or..
  33.      /   /_\--    -----+==____\ // \  _         well ---\
  34. ___ (   o---+------------------O/   \/ \        dual ----> !unicom!ewhac
  35.      \     /                ___ \_  (`o )       hplabs -/       ("AE-wack")
  36.  ____ \___/                          \_/
  37.               Recumbent Bikes:                  "Work FOR?  I don't work FOR
  38.             The _O_n_l_y Way To Fly!                anybody!  I'm just having fun."
  39.